com.supermap.plot
Class AnimationGrow
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.plot.AnimationGO
-
- com.supermap.plot.AnimationGrow
-
public class AnimationGrow extends AnimationGO
The Grown animation
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description double
getEndLocation()
Gets the ending time nodedouble
getStartLocation()
Gets the starting time nodevoid
setEndLocation(double location)
Sets the ending time nodevoid
setStartLocation(double location)
Sets the starting time node-
Methods inherited from class com.supermap.plot.AnimationGO
dispose, fromXml, getAnimationType, getDuration, getGeometry, getLayerName, getName, getStartTime, setDuration, setGeometry, setName, setStartTime, toXml
-
-
-
-
Method Detail
-
setStartLocation
public void setStartLocation(double location)
Sets the starting time node- Parameters:
location
- the starting time node
-
getStartLocation
public double getStartLocation()
Gets the starting time node- Returns:
- the starting time node
-
setEndLocation
public void setEndLocation(double location)
Sets the ending time node- Parameters:
location
- the ending time node
-
getEndLocation
public double getEndLocation()
Gets the ending time node- Returns:
- the ending time node
-
-